Skip to content

Conversation

NakataCode
Copy link
Contributor

@NakataCode NakataCode commented Oct 10, 2025

  • Added description? property to ListAccessibilityAttributes.growingButton
  • Added getter method: Implemented growingButtonAriaDescribedBy() that returns the description element ID when description is provided
  • Updated template: Added aria-describedby attribute and conditional hidden span with ui5-hidden-text class
  • Added Cypress test
  • Added test sample in List.html for manual verification

Example Usage:

list.accessibilityAttributes = {
  growingButton: {
    name: "Load more products",
    description: "This will load additional items from the catalog"
  }
};

Fixes: #12443

@ui5-webcomponents-bot
Copy link
Collaborator

ui5-webcomponents-bot commented Oct 10, 2025

🧹 Preview deployment cleaned up: https://pr-12463--ui5-webcomponents.netlify.app

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 10, 2025 08:34 Inactive
@NakataCode NakataCode marked this pull request as ready for review October 10, 2025 08:40
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 10, 2025 09:16 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 10, 2025 18:28 Inactive
@NakataCode NakataCode merged commit 8cfdbf9 into main Oct 13, 2025
21 of 22 checks passed
@NakataCode NakataCode deleted the list-growing-button-description branch October 13, 2025 06:52
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 13, 2025 06:52 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[List]: no accessible description for more button

3 participants